.nav13 {margin-top: 30px;}
.nav13 ul a{
            display: block;
            text-decoration: none;
            font-size: 14px;
            
            
        }
        .nav13>li:first-child a{
            border-radius: 10px 0 0 10px;
        }
        .nav13>li:last-child a{
            border-radius: 0 10px 10px 0;
        }
        .nav13 .drop-down a{
            position: relative;z-index: 200;
            color: #333;
            background: #fff;
            border: 1px solid #ccc;
            width: 100px;
            height: 30px;
            text-align: center;
            line-height: 30px;

        }
        .nav13 .drop-down-content{
            padding: 0;
            display: none;
            position: absolute;
        }

        .nav13 h3{
            font-size: 30px;
            clear: both;
        }
         .nav13 .drop-down-content li a{
           color: #333;
    background: #f1f1f1;
    border-top: none;
        }
        .nav13 .drop-down-content li:hover a{
            background-color:#024199;
            color: #fff;
        }
        .nav13 .drop-down:hover .drop-down-content{
            display: block;
        }

            .content { width: 1200px; margin: 0 auto; }

            .content1 { width: 1400px; margin: 0 auto; }

            .header { height: 100px; background: #fff; }

            .header em {font-style:normal;}

            .header .logo { float: left; padding-top: 21px; }

            .header .logo img { width: 560px; }

            .header .slogan { font-size: 14px;color: #363636;line-height: 100%;margin-top: 28px;margin-left: 39px;float: left;margin-right: 24px; }

            
            .menu11:after { 
clear: both; 
content: "."; 
display: block; 
height: 0; 
visibility: hidden; 
} 
nav{ 
display:inline-block; 

} 
.menu11 li{ 
list-style:none; 
float:left; 
 top: 30px;
position: relative; 
/*background: -moz-linear-gradient(top, #fff, #555D5F 2% ,#555D5F 50%,#3E4245 100%); 
background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(2%, #555D5F), color-stop(50%, #555D5F),to(#3E4245));*/ 
background:#fff; 
} 
.menu11 li:hover{ 
/*background: -moz-linear-gradient(top, #fff, #3E4245 2% ,#555D5F 80%,#555D5F 100%); 
background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(2%, #3E4245), color-stop(80%, #3E4245),to(#555D5F));*/ 
background:#fff;

-moz-transition: background 1s ease-out; 
-webkit-transition: background 1s ease-out; 
} 
.menu11 dl dd:hover{ 
/*background: -moz-linear-gradient(top, #fff, #3E4245 2% ,#555D5F 80%,#555D5F 100%); 
background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(2%, #3E4245), color-stop(80%, #3E4245),to(#555D5F));*/ 
background:#fff;

-moz-transition: background 1s ease-out; 
-webkit-transition: background 1s ease-out; 
} 
.menu11 li a{ 
display:block; 
height:40px; 
line-height:40px; 
padding:0 18px; 
font-size:16px; 
color:#4e4c4c; 
    text-align: center;
z-index:100; 
} 
.menu11 li > a{ 
position:relative; 
} 
.menu11 li.first a{ 
-moz-border-radius-topleft: 4px; 
-moz-border-radius-bottomleft: 4px; 
-webkit-border-top-left-radius: 4px; 
-webkit-border-bottom-left-radius: 4px; 
} 
.menu11 li.last{ 
border-right: 0 none; 
} 
.menu11 dl{ 
position:absolute; 
display:block; 
top:40px; 
left: -25px; 
width:165px; 
background: #eae9e9; 

z-index:10; 
} 
.menu11 li:hover dl{ 
top:50px; 
display:block; 
width:145px; 
padding:10px; 
} 
.menu11 dl a{ 
background:transparent; 
border:0 none; 
padding: 0 0px;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
-moz-transition: background 0.5s ease-out; 
-webkit-transition: background 0.5s ease-out; 
z-index:50; 
} 
.menu11 dl a:hover{ 
color:#FFF; 
background:#999E9F; 
-moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out; 
-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out; 
} 
.menu11 dd{ 
margin-top:-40px; 
opacity:0; 
width:145px; 
-webkit-transition-property:all; 
/*-webkit-transition-timing-function: cubic-bezier(5,0,5,0);*/ 
-moz-transition-property: all; 
/*-moz-transition-timing-function: cubic-bezier(5,0,5,0);*/ 
/*-webkit-transition-delay:5s; 
-moz-transition-delay:5s;*/ 
} 
.menu11 li:hover dd{ 
margin-top:0; 
opacity:1; 
} 
.menu11 li dd:nth-child(1){ 
-webkit-transition-duration: 0.1s; 
-moz-transition-duration: 0.1s; 
} 
.menu11 li dd:nth-child(2){ 
-webkit-transition-duration: 0.2s; 
-moz-transition-duration: 0.2s; 
} 
.menu11 li dd:nth-child(3){ 
-webkit-transition-duration: 0.3s; 
-moz-transition-duration: 0.3s; 
} 
.menu11 li dd:nth-child(4){ 
-webkit-transition-duration: 0.4s; 
-moz-transition-duration: 0.4s; 
} 
.menu11 dt{ 
display:none; 
margin-top:-25px; 
padding-top:15px; 
height:10px; 
} 
.menu11 li:hover dt{ 
display:block; 
} 
.menu11 .Darrow{ 
float:right; 
margin:18px 10px 0 0; 
border-width:5px; 
border-color:#FFF transparent transparent transparent; 
border-style:solid; 
width:0; 
height:0; 
line-height:0; 
overflow:hidden; 
cursor:pointer; 
text-shadow: 0px -1px 0px #000; 
-webkit-box-shadow:0px -1px 0px #000; 
-moz-box-shadow:0px -1px 0px #000; 
} 
.menu11 .arrow{ 
margin:0 auto; 
margin-top:-5px; 
display:block; 
width:10px; 
height:10px; 
background:#eae9e9; 
-webkit-transform: rotate(45deg); 
-moz-transform: rotate(45deg); 
} 

            

            .online { margin-left: 0px; width: 80px; margin-top: 33px; position: relative;margin-right: 10px;}

            .online .online_list { width: 80px; height: 34px; background: #fff; border: 1px solid #a6a4a4; border-radius: 2px; position: relative; font-size: 14px; color: #363636; line-height: 34px; text-indent: 20px; cursor: pointer; }

            .online .online_list:after { position: absolute; content: ""; width: 0; height: 0; top: 14px; right: 11px; border-width: 5px; border-color: #000 transparent transparent transparent; border-style: solid; }

            .online ul {display: none;position: absolute;top: 38px;left: 0;width: 80px;background: #fff;z-index: 99;box-sizing: border-box;border-top: none;padding-bottom: 10px;padding-top: 5px;border: 1px solid #eee;}

            .online ul li {padding: 5px 10px;line-height: 26px;}

            .online li a {color: #0b0b0b;}

            .online li img {display: inline-block;padding-right: 10px; vertical-align: -1px;transition: all ease .3s;}

            .online li i {transition: all ease .3s;}

            

            .online li:hover a {color: #fff;}

			.online li:hover { background: #a6a4a4;}

            .online li:hover i{filter:brightness(100%);}

            .online li:hover img {filter: grayscale(0);}

        



            .banner { min-width: 1200px; position: relative; overflow: hidden; z-index: 2; }

            .banner .bd { position: relative; z-index: 0; }

            .banner .bd ul { width: 100% !important; height:auto;}

            .banner .bd li{line-height: 0;}

            /*.banner .bd li { width: 100% !important; height: 890px; overflow: hidden; text-align: center; position: relative; }*/

            /*.banner .bd li a { display: block; height: 890px; }*/

            /*.banner .bd li img { position: absolute; left: 50%; margin-left: -960px; top: 0; }*/ 

            .banner .bd li img {max-width:100%; }

            /*.banner .hd { position: absolute; width: 100%; text-align: center; bottom: 49px; }*/

            /*.banner .hd li { width: 7px; height: 7px; display: inline-block; background: #fff; border-radius: 50%; position: relative; cursor: pointer; border: 8px solid #000; box-shadow: 0 0 0 1px #000; margin: 0 3px; transition: .3s; }*/

            /*.banner .hd li.on { background: #E0C488; box-shadow: 0 0 0 1px #fff; }*/

            .banner .swiper-pagination { position: absolute; width: 100%; text-align: center; bottom: 57px; }

.banner .swiper-pagination-bullet { width: 7px; height: 7px; display: inline-block; background: #5C5C5C; border-radius: 50%; position: relative; cursor: pointer; margin: 0 13px !important; transition: .3s; opacity: 1; }

.banner .swiper-pagination-bullet-active { background: #545454; }

.banner .swiper-pagination-bullet-active:before { position: absolute; content: ""; width: 23px; height: 23px; border-radius: 50%; top: -9px; left: -9px; border: 1px solid #fff }

            .h_more { position: absolute; width: 100%; top: 0; border-bottom: 0px solid #575757; z-index: 99; height: 44px; text-align: right; font-size: 0; }

            .h_info a { display: inline-block; font-size: 14px; color: #fff; line-height: 100%; padding: 15px 12px; position: relative; transition: .3s;}

            .h_info a:hover {font-weight: bold;}

            .h_info a:after { position: absolute; content: ""; width: 1px; height: 12px; background: rgba(255, 255, 255, .5); top: 16px; right: 0; }

            .h_info a:last-child:after { display: none; }

            .h_tel { font-size: 16px; color: #fff; padding-left: 41px; background: url(../images/h_tel.png) no-repeat 14px 15px; position: relative; padding-top: 14px; line-height: 100%; font-weight: bold; }

            .h_tel:before { position: absolute; content: ""; width: 0px; height: 12px; background: rgba(255, 255, 255, .5); top: 16px; left: 0; }

            .h_search { position: relative; }

            .h_search .s_btn { padding: 15px 16px 2px 50px; width: 16px; cursor: pointer; }

            .h_search .s_key { display: none; position: absolute; top: 44px; }

            .s_key { position: absolute; top: 66px; right: 0; width: 238px; height: 40px; z-index: 9; display: none; background: #fff; border-radius: 20px; }

            .s_key #keywords { width: 178px; height: 40px; line-height: 40px; padding-left: 20px; border: none; font-size: 14px; color: #000; float: left; border-radius: 20px; }

            .s_key .sub { width: 40px; height: 40px; background: #014099 url(../images/s_btn.png) no-repeat center; border: none; cursor: pointer; border-radius: 20px; }

        



            .footer { height: 434px; background:#555; }

            .footer i, .footer em {font-style: normal;}

            .footer i { font-weight: 400 }

            .footer img { max-width: 100% }

            .f_company { height: 56px; position: relative }

            .f_company span { display: inline-block; font-size: 14px; color: rgba(255, 255, 255, .5); line-height: 100%; padding-top: 37px }

            .f_company a.go_top { display: block; float: right; transition: .3s; font-size: 14px; color: rgba(255, 255, 255, .5); line-height: 100%; margin-top: 37px; padding-left: 56px; position: relative }

            .f_company a.go_top:before { position: absolute; content: ""; width: 1px; height: 12px; background: #333; left: 0; top: 1px }

            .f_company a.go_top img { display: inline-block; margin-left: 16px; vertical-align: middle }

            .f_company a.go_top:hover { color: rgba(255, 255, 255, .9) }

            .f_company h3 { width: 100px; text-align: center; position: absolute; top: 34px; left: 550px }

            .f_menu li { width: 210px; float: left }

            .f_menu li span { display: block; font-size: 18px; color: rgba(255, 255, 255, .9); line-height: 100%; padding: 4px 0 36px; transition: .3s }

            .f_menu li em { display: block }

            .f_menu li em a { display: block; padding-left: 15px; font-size: 16px; color: rgba(255, 255, 255, .5); line-height: 100%; margin-bottom: 20px; transition: .3s; position: relative }

            .f_menu li em a:before { position: absolute; content: ""; width: 0; height: 0; border-style: solid; border-width: 5px; border-color: #000 transparent transparent; left: 0; top: 0 }

            .f_menu li em a:before { border-width: 2.5px 4px; border-color: transparent transparent transparent #fff; top: 4.5px }

            .f_menu li span:hover, .f_menu li a:hover { color: #fff }

            .f_qr { margin-left: 0px; }

            .f_qr p { width: 106px; height: 160px; box-sizing: border-box; float: left;  text-align: center; line-height: 0;    margin: 0 30px 0 0px; }

            .f_qr p img { width: 106px; height: 106px;  }

            .f_qr p span { display: block; font-size: 14px; color: rgba(255, 255, 255, .5); line-height:1.2;padding:0.5rem 0; }

            .f_qr p:last-child {  }

            .f_contact { height: 215px;
    width: 360px; }

            .f_contact>p { font-size: 14px; color: rgba(255, 255, 255, .5); line-height: 100%; margin-bottom: 16px }

            .f_contact>p span { display: inline-block; font-size: 18px; color: #fff; line-height: 100%; padding-left:0px; font-weight: 0 }

            .f_contact>p:first-child { margin-top: 6px; margin-bottom: 13px }

            .f_contact>p:first-child span { padding-left: 0px; font-size: 20px }

            .f_contact ul { padding-bottom: 60px }

            .f_contact li { height: 57px; float: left; border-right: 1px solid #4B4B4B; padding-right: 40px; margin-right: 40px; text-align: center; margin-top: 20px; position: relative }

            .f_contact li>i { display: block; height: 38px; padding-top: 6px; box-sizing: border-box }

            .f_contact i a {color: rgba(255, 255, 255, .5);}

            .f_contact i a:hover {color: #ccc;}

            .f_contact li>span { display: block; font-size: 14px; color: rgba(255, 255, 255, .5); line-height: 100% }

            .f_contact li .more { display: none; padding: 0 11px; height: 41px; background: #f6f6f5; border-radius: 2px; position: relative }

            .f_contact li .more img { display: inline-block; vertical-align: middle; margin-right: 9px }

            .f_contact li .more span, .f_contact li .more a { display: inline-block; font-size: 14px; color: #333; line-height: 41px }

            .f_contact li .more:before { position: absolute; content: ""; width: 0; height: 0; border-style: solid; border-width: 5px; border-color: #000 transparent transparent; left: 0; top: 0 }

            .f_contact li .more:before { border-width: 5px; border-color: transparent transparent #fff; top: -10px; left: 15px }

            .f_contact li:last-child { border-right: 0; padding-right: 0; margin-right: 0 }

            .f_contact li .more { display: none; position: absolute; top: 72px; left: -11px; white-space: nowrap; min-width: 123px }

            .f_contact li:nth-child(2) .more { min-width: 178px; left: -41px }

            .f_contact li:nth-child(2) .more:before { left: 50px }

            .f_contact li:nth-child(3) .more { min-width: 278px; left: -221px }

            .f_contact li:nth-child(3) .more:before { left: auto; right: 60px }

            .f_info { border-top: 1px solid #313131 }

            .f_info .content { position: relative }

            .f_info p { display: inline-block; margin-top: 15px }

            .f_info p span, .f_info p a { display: inline-block; font-size: 12px; color: rgba(255, 255, 255, .5); line-height: 100%; margin-bottom: 9px; transition: .3s }

            .f_info p span { padding-right: 10px }

            .f_info p.law a:last-child { padding-left: 33px; position: relative }

            .f_info p.law a:last-child:before { position: absolute; content: ""; width: 1px; height: 7px; background: #7f7f7e; left: 16px; top: 3.5px }

            .f_info .sms { position: absolute; width: 240px; top: 0; left: 480px }

            .f_info .sms li { width: 42px; height: 42px; background: #050505; border-radius: 50%; border: 3px solid #181818; box-sizing: border-box; margin: 20px 9px; float: left; transition: .3s }

            .f_info .sms li img { max-width: 100% }

            .f_info .sms li:hover { background: #181818 }

            .f_info a:hover { color: rgba(255, 255, 255, .8) }

            .clearfix:after { content: "."; height: 0; display: block; visibility: hidden; clear: both; }

            .f_qr .buy img { padding: 4px;box-sizing: border-box;background: #fff;}

	        .client-2 {position: fixed;right: -200px;top: 50%;z-index: 900;}

            .my-kefu-weixin-pic img {width: 115px;height: 150px;}

            .client-2 li a {text-decoration: none;}

            .client-2 li {margin-top: 1px;clear: both;height: 62px;position: relative;}        

            .client-2 li i {background: url(../images/fx.png) no-repeat;display: block;width: 30px;height: 27px;margin: 0px auto;text-align: center;}        

            .client-2 li p {height: 20px;font-size: 12px;line-height: 20px;overflow: hidden;text-align: center;color: #fff;}

            .client-2 .my-kefu-qq i {background-position: 4px 5px;}        

            .client-2 .my-kefu-tel i {background-position: 0 -21px;}

           .client-2 .my-kefu-liuyan i {background-position: 4px -53px;}        

           .client-2 .my-kefu-weixin i {background-position: -34px 4px;}        

           .client-2 .my-kefu-weibo i {background-position: -30px -22px;}        

           .client-2 .my-kefu-ftop {display: none;}        

           .client-2 .my-kefu-ftop i {width: 33px;height: 31px;background-position: -23px -47px;background-size: 52px 82px;}

        .client-2 .my-kefu-ftop .my-kefu-main{padding-top: 6px;}        

        .client-2 .my-kefu-left {float: left;width: 62px;height: 47px;position: relative;}

        .client-2 .my-kefu-tel-right {font-size: 16px;color: #fff;float: left;height: 24px;line-height: 22px;padding: 0 15px;border-left: 1px solid #fff;margin-top: 14px;}

        .client-2 .my-kefu-right {

            width: 20px;

        }

        

        .client-2 .my-kefu-tel-main {

            background: #14a4ff;

            color: #fff;

            height: 53px;

            width: 260px;

            padding:9px 0 0;

            float: left;

        }

        .client-2 .my-kefu-weixin-pic {

            position: absolute;

            left: -130px;

            top: -24px;

            display: none;

            z-index: 333;

        }

        

        .client-2 .my-kefu-main {

            background: #14a4ff;

            width: 97px;

            height: 53px;

            position: relative;

            padding:9px 0 0;

            float: left;

        }

        

        

       

    